Dummy Data Generator
— All Countries
{% csrf_token %}
Number of records:
Select country:
{% for code, name in form.fields.country_code.choices %}
{{ name }} ({{ code }})
{% endfor %}
Hash passwords
(Note: UI hashing not implemented; use CLI for hashed output)
Generate & Download ZIP
Notes
Country list is powered by
pycountry
— includes ~250 countries.
Uses localized
Faker
data where available, otherwise
en_US
.
Phone numbers include international calling codes when available.